write-only language - traduction vers allemand
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

write-only language - traduction vers allemand

PROGRAMMING LANGUAGE TOO DENSE TO BE READ
Write only code; Write-only code; Read-only language; Write only language

write-only language         
n. WOL, Programmiersprache mit dem Merkmal das Programme die in dieser Sprache geschrieben ohne Schwierigkeiten beseitigt und neu geschrieben werden können (Computer)
write down         
REDUCTION IN RECOGNIZED VALUE OF AN ENTITY
Write down; Goodwill writedown; Written off; Write-down; Writeoff; Writedown; Writedowns; Totalled; Write off; Tax write-off; Tax writeoff
aufschreiben; abschreiben (finanzielle Werte)
one and only         
  • Norihiro Yokoyama, who rode One And Only in 2014
WIKIMEDIA DISAMBIGUATION PAGE
One & Only; The One & Only; One and Only; One and only; The one and only; One and Only (disambiguation); The One and Only (album); The One and Only (disambiguation); The One and Only (film); The One and Only (TV series)
der Einzige und Alleinige, der Einzigartige, der Einmalige

Définition

write-only language
A language with syntax (or semantics) sufficiently dense and bizarre that any routine of significant size is automatically write-only code. A sobriquet applied occasionally to C and often to APL, though INTERCAL and TECO certainly deserve it more.

Wikipédia

Write-only language

In computer humor, a write-only language is a pejorative term for a programming language alleged to have syntax or semantics sufficiently dense and bizarre that any routine of significant size is too difficult to understand by other programmers and cannot be safely edited. Similarly, write-only code is source code so arcane, complex, or ill-structured that it cannot be reliably modified or even comprehended by anyone with the possible exception of the author.

Languages that have been derided as write-only include APL, C/C++, Perl, Forth, Scala and Lisp, as well as Dynamic debugging technique (DDT), Text Editor and Corrector (TECO), Mathematica, IGOR Pro, Rust, sed and the regular expression syntax used in various languages. Attributes that these languages have in common include a large set of operators and a syntax which encourages, or at least permits, the writing of very dense code. Some also have syntaxes which are very different from other languages, and some use different character sets such as APL.

The code below for example is Conway's Game of Life as written in APL2: